home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / midas060 / samples / api / 00readme.txt next >
Encoding:
Text File  |  1997-01-17  |  390 b   |  16 lines

  1. Examples on using the MIDAS DLL API. 
  2.  
  3. Compile:
  4.  
  5.     Watcom C, DOS: wmake -u DOS=1
  6.     Watcom C, Win32: wmake -u 
  7.     Visual C, Win32: wmake -u VISUALC=1
  8.  
  9. At this moment this doesn't compile under Linux, although the same
  10. API would be available. Fixing to work with Linux should be trivial
  11. - just change the program to use some curses function for reading the
  12. keyboard instead of getch().
  13.  
  14.  
  15. Petteri
  16.